home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / X / xshowcmap2 / Imakefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  117 b   |  7 lines

  1. SYS_LIBRARIES = -lm
  2. LOCAL_LIBRARIES = $(XLIB)
  3. SRCS = xshowcmap.c
  4. OBJS = xshowcmap.o
  5.  
  6. ComplexProgramTarget(xshowcmap)
  7.